home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / GAMECARD / MONOPLY.LZH / MONOPOLY.DOC < prev   
Text File  |  1986-02-22  |  2KB  |  38 lines

  1. MONOPOLY [5.1]
  2.  
  3.      This Monopoly adaptation is designed to be played intuitively and
  4. really should not require any explanation or rules.  Even if you are not
  5. familiar with the original board game, it will be simple to catch on from
  6. the program.  The computer won't let you break any rules, and will keep
  7. track of all your properties, houses, hotels, rents, and money.  Two to four
  8. players may participate.
  9.  
  10.      If you encounter any logic errors or problems in the program please let
  11. me know.  If you enjoy it, please let me know too.  Programmers need
  12. compliments.
  13.  
  14.                  Don Phillip Gibson
  15.                  910 East 11th
  16.                  Winfield, KS 67156
  17.  
  18.  
  19.      For those who are curious, the source code was developed on a Tandy
  20. 1000 in Turbo Pascal.  The project was started as an exercise to teach
  21. myself that language.  I have high praise for Borland's Turbo Pascal
  22. environment.  It is a joy to work in.
  23.  
  24.      The four individual files function as follows:  MONOPOLY.COM simply
  25. loads the Pascal library and checks that the other three files are present
  26. on the logged drive and directory.  It then chains to MONOCODE.CHN which has
  27. the bulk of the program code.  Code space limitations required that four
  28. infrequently accessed procedures be overlaid on the main program and they
  29. are in MONOCODE.000.  You will occasionally be aware of a disk access as
  30. they come in and out.  The various graphics figures were drawn with separate
  31. programs and are stored in arrays in MONOGRAF.GRA.
  32.  
  33.      Version 4.1, issued December 13, 1985, corrects a rule misinterpretation
  34. in the previously distributed 3.x versions that led to overcharging when
  35. unmortgaging property, and also adds the sound control option.
  36.  
  37.      Version 5.1, issued December 19, 1985, adds the SaveGame feature.
  38.